home *** CD-ROM | disk | FTP | other *** search
ColdFusion Markup Language | 2001-06-13 | 725 b | 18 lines |
- <cfparam name="pageMargin" default="true">
- <cfoutput>
- <!-- /////////////////////////////////////////////////////// -->
- <!-- /// open footer.cfm -->
- <cfif pageMargin is "false">
- <table border="0" cellpadding="0" cellspacing="0" width="100%">
- </cfif>
- <tr><td height="1" colspan="3" bgcolor="999999"><p style="line-height:1px;"><img src="#rootPath#images/clear.gif" height="1" width="1"></p></td></tr>
- <tr>
- <td height="50" colspan="3" background="#rootPath#images/footerbg2000.gif"> </td>
- </tr>
- <tr><td height="1" colspan="3" bgcolor="999999"><p style="line-height:1px;"><img src="#rootPath#images/clear.gif" height="1" width="1"></p></td></tr>
- </table>
- </cfoutput>
- </body>
- </html>
- <!--- test tlink --->
-